home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.3)
-
- import time
- name = 'BitPim'
- version = '0.62'
- release = 0
- testver = 0
- extrainfo = ''
- contact = 'The BitPim home page is at http://bitpim.sf.net. You can post any questions or feedback to the mailing list detailed on that page.'
- if testver:
- extrainfo = 'This is a test build of BitPim. Only use it if directed by the BitPim developers. You can find official releases at http://bitpim.sf.net'
- contact = 'For questions or feedback, please use the bitpim developer mailing list. Details are at the BitPim web site.'
-
- versionstring = version
- if testver > 0:
- versionstring += '-test' + `testver`
-
- if release > 0:
- versionstring += '-' + `release`
-
- author = 'Roger Binns'
- author_email = 'rogerb@users.sourceforge.net'
- url = 'http://bitpim.sourceforge.net'
- if __name__ == '__main__':
- print '#define VERSION', versionstring
- print '#define DATENOW', time.strftime('%d %B %Y')
-
-